synchronous message communication without reply design pattern
- synchronous message communication without reply design pattern
Программирование: образец проектирования синхронного обмена сообщениями без ответа, паттерн проектирования синхронного обмена сообщениями без ответа, шаблон проектирования синхронного обмена сообщениями без ответа
Универсальный англо-русский словарь.
Академик.ру.
2011.
Смотреть что такое "synchronous message communication without reply design pattern" в других словарях:
Actor model — In computer science, the Actor model is a mathematical model of concurrent computation that treats actors as the universal primitives of concurrent digital computation: in response to a message that it receives, an actor can make local decisions … Wikipedia
Microkernel — Structure of monolithic and microkernel based operating systems, respectively In computer science, a microkernel is the near minimum amount of software that can provide the mechanisms needed to implement an operating system (OS). These mechanisms … Wikipedia
Futures and promises — In computer science, future, promise, and delay refer to constructs used for synchronization in some concurrent programming languages. They describe an object that acts as a proxy for a result that is initially not known, usually because the… … Wikipedia